ApplicationCache

data class ApplicationCache(manifestURL: String, size: Double, creationTime: Double, updateTime: Double, resources: List<ApplicationCacheResource>)

Detailed application cache information.

Constructors

ApplicationCache
Link copied to clipboard
fun ApplicationCache(manifestURL: String, size: Double, creationTime: Double, updateTime: Double, resources: List<ApplicationCacheResource>)

Properties

creationTime
Link copied to clipboard
val creationTime: Double
Application cache creation time.
manifestURL
Link copied to clipboard
val manifestURL: String
Manifest URL.
resources
Link copied to clipboard
val resources: List<ApplicationCacheResource>
Application cache resources.
size
Link copied to clipboard
val size: Double
Application cache size.
updateTime
Link copied to clipboard
val updateTime: Double
Application cache update time.

Sources

jvm source
Link copied to clipboard